home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
r
/
rexx_plus_compiler
/
rexxpluscompiler2.dms
/
in.adf
/
RexxArpLib
/
rexx
/
rexx.zoo
/
alter.txed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-03-17
|
137 b
|
12 lines
/** alter.txed
*
* Function to go with alter.rexx
*
**/
ss = getenv('Search')
rs = getenv('Replace')
change 1 '"'ss'"' '"'rs'"'
exit